Login     Sign up
facebook theme error
Thakim (@thakim83)
Join date: Oct 8th 2010
Community posts: 87
View Profile
Send Message

When you signup on facebook theme, it does not connect to the database neither does it have a password text box. Any ideas how we could do that?

165 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

if you click on the signup button you are directed to a second page where you can enter more details like the password. If this doesn't work, problably the mod_rewrite doesn't work on your site.

you have to change two lines in my/config.php

[code]
//$ubase = $uhome.'/index.php?p=';
$ubase = $uhome.'/';
[/code]

into

[code]
$ubase = $uhome.'/index.php?p=';
//$ubase = $uhome.'/';
[/code]

165 months ago
Thakim (@thakim83)
Join date: Oct 8th 2010
Community posts: 87
View Profile
Send Message

How can I direct the signup form from the facebook theme straight to the database instead of going to the second page which is member/signup?

162 months ago